Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump py-cpuinfo from 7.0.0 to 9.0.0 in /tests #183

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 27, 2024

Bumps py-cpuinfo from 7.0.0 to 9.0.0.

Changelog

Sourced from py-cpuinfo's changelog.

  • Release 9.1.0
    • Fixed Bug #186: Move to Python 3 style classes and default UTF-8 encoding
    • Fixed Bug #194: Add support for LoongArch

10/25/2022 Release 9.0.0

  • Fixed Bug #178: Changes to lscpu breaks parsing of cache info
  • Fixed Bug #152: CPU stepping, model, and family values are blank if 0
  • Fixed Bug #177: Officially drop support for Python 2
  • Fixed Bug #171: Replace Python 3.11 deprecated unittest.makeSuite
  • Fixed Bug #173: Fix lgtm.com alerts
  • Fixed Bug #165: Support Wheel
  • Fixed Bug #167: Add support for RISC-V

04/14/2021 Release 8.0.0

  • Fixed Bug #161: Accept arm64 as an alias for aarch64
  • Fixed Bug #160: Add MIPS architecture support
  • Fixed Bug #74: Add option to trace code paths to file
  • Fixed Bug #157: Remove multiple checks for sestatus

07/05/2020 Release 7.0.0

  • Fixed Bug #133: CPU flags vary between runs on Mac OS X
  • Fixed Bug #150: Change 'byte code' to 'machine code'
  • Fixed Bug #128: Overhead from generating machine code throws off CPUID HZ
  • Fixed Bug #136: On non BeOS systems, calling sysinfo may open GUI program
  • Fixed Bug #138: Invalid escape sequences warn when building in Python 3.8
  • Fixed Bug #147: Remove extended_model and extended_family fields
  • Fixed Bug #146: CPUID family and model is wrong
  • Fixed Bug #144: Cache fields should be full ints instead of kb strings

06/11/2020 Release 6.0.0

  • Fixed Bug #140: The get_cache function has swapped fields
  • Fixed Bug #142: Remove empty and zeroed fields
  • Fixed Bug #115: Missing data on Ryzen CPUs
  • Fixed Bug #122: Rename fields to be more clear
  • Fixed Bug #125: Add option to return --version
  • Fixed Bug #126: Make test suite also check SELinux
  • Fixed Bug #120: Make unit tests also test CPUID
  • Fixed Bug #69: Add s390x support

03/20/2019 Release 5.0.0

  • Fixed Bug #117: Remove PyInstaller hacks
  • Fixed Bug #108: Client script runs multiple times without main
  • Fixed Bug #113: Add option to return results in json
  • Fixed Bug #110: Always tries to run wmic in get_system_info.py

04/01/2018 Release 4.0.0

  • Fixed Bug #80: Broken when using Pyinstaller
  • Fixed Bug #77: Get L1, L2, and L3 cache info from lscpu
  • Fixed Bug #79: Byte formats are inconsistent
  • Fixed Bug #81: Byte formatter breaks on non strings

... (truncated)

Commits
  • 4824ec0 Release 9.0.0
  • 45b5144 Merge pull request #182 from workhorsy/lscpu_changes
  • 850e2a0 Merge branch 'master' into lscpu_changes
  • a93e04d Fixed Bug #178: Changes to lscpu breaks parsing of cache info
  • 21e4f3b Fixed Bug #152: CPU stepping, model, and family values are blank if 0
  • 54e62b7 Added new test that breaks from lscpu changes
  • 635811d Merge pull request #179 from workhorsy/bye_bye_py2
  • 5dffea0 Fixed Bug #177: Officially drop support for Python 2
  • 07eab4d Update build script to build python 3 wheel instead of python 2 and 3 wheel
  • f707547 Updated info in readme
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [py-cpuinfo](https://github.com/workhorsy/py-cpuinfo) from 7.0.0 to 9.0.0.
- [Changelog](https://github.com/workhorsy/py-cpuinfo/blob/master/ChangeLog)
- [Commits](workhorsy/py-cpuinfo@v7.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: py-cpuinfo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 27, 2024
Copy link

This PR will be closed in a week because of 2 weeks of no activity.

@github-actions github-actions bot added the Stale label Apr 11, 2024
Copy link

This PR was closed because it has been stalled for 2 week with no activity.

@github-actions github-actions bot closed this Apr 19, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 19, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/tests/py-cpuinfo-9.0.0 branch April 19, 2024 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: dependency_changes dependencies Pull requests that update a dependency file python Pull requests that update Python code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants